inner class - определение. Что такое inner class
DICLIB.COM
Языковые инструменты на ИИ
Введите слово или словосочетание на любом языке 👆
Язык:     

Перевод и анализ слов искусственным интеллектом

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое inner class - определение

Nested class; Anonymous inner class; Local class

inner class         
<Java> In Java, a non-static, nested class. (2006-11-18)
Inner class         
In object-oriented programming (OOP), an inner class or nested class is a class declared entirely within the body of another class or interface. It is distinguished from a subclass.
nested class         
<Java> In Java, a class defined within an enclosing class definition. A static nested class has no direct access to the members of its enclosing class whereas a non-static nested class, known as an "inner class", is associated with an instance of the enclosing class and an instance of the inner class has direct access to the members of its enclosing instance. {Java Tutorial (http://java.sun.com/docs/books/tutorial/java/javaOO/nested.html)}. [Other languages?] (2006-11-19)

Википедия

Inner class

In object-oriented programming (OOP), an inner class or nested class is a class declared entirely within the body of another class or interface. It is distinguished from a subclass.